3. Click the Debug Project... button on the left and browse for your project you wish to debug.
If you do not have a project ready, you can load the following test project:\Program Files\VB Watch 2\Samples\VB6\Debugger Sample\Sample Group.vbg.
Here is all what happens:
A copy of the project's source code is made in a created subdirectory. All operations will be performed on this copy, not on your original source.
Some template files are added to the projects.
The source code is transformed to allow debugging of this project.
The new project is compiled.
The created executable is run.
4. This is finished. Now you can use the debugger on your actual application. If you loaded the sample project group, you may refer to the VB Watch Debugger guided tour Step 4 for more information.
|
|
|